header{
    z-index: 100;
    display: block;
    width: 100%;
    top: 0;
    box-shadow: 0.125rem 0.25rem 0.5rem rgb(0 0 0 / 9%);
}

header .header{
    margin: auto 100px auto 100px;
    background-color: #fff;
    display: flex;
}

hr {
    width: 100%;
}

body {
    width: fit-content;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'Open sans', sans-serif;
}

.skip-link {
    background: #4079af;
    color: #fff;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-100%);
}

.skip-link:focus {
    transform: translateY(0%);
}

.skip-link, 
.skip-link:hover, 
.skip-link:active, 
.skip-link:visited, 
.skip-link:focus {
    color: #ffffff!important;
}

.header .lang {
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.cpl-logo{
    height: 100px;
    margin: 10px 0 0 0;
}

.lang img{
    cursor: pointer;
    border-radius: 2px;
    width: 30px;
}

.langBtn {
    border: none;
    background: none;
    height: 44px;
    width: 44px;
}

.breadcrumb{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0058ac;
    padding: 20px 115px 10px 115px;
    border-bottom: 1px solid;
    border-color: #ececec;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Open sans', sans-serif;
}

.breadcrumb span{
    cursor: pointer;
}

.link {
    text-decoration: underline;
    color: #0058ac;
    margin-right: 5px;
}

.mainContainer {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    max-width: 80%;
    margin: auto;
}

.titleContainer {
    margin-top: 50px;
}
.titleContainer h1, .midContainer h2 {
    color: rgb(64 121 175);
    font-weight: 400;
}

.midContainer a {
    color: blue!important;
}

.midContainer p, ol > li, ul > li {
    font-weight: 400;
}

.marginBot35 {
    margin-bottom: 35px;
}

.marginBot15 {
    margin-bottom: 15px;
}

.contactosWrapper {
    display: flex;
}

.contactosItem {
    margin-right: 25px;
}

footer.footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 60px;
    box-shadow: 0.125rem -0.25rem 0.5rem rgb(0 0 0 / 9%);
    margin-top: 15px;
}

footer > div {
    padding: 40px 0px;
}

footer .dadosCPL p{
    margin:0px;
    font-size: 14px;
}

.footer .selo-prata {
    width: 150px;
}

.dadosCPL a, 
.dadosCPL a:hover, 
.dadosCPL a:active, 
.dadosCPL a:visited, 
.dadosCPL a:focus {
    color: #0000EE;
}

.mainContainer a, 
.mainContainer a:hover, 
.mainContainer a:active, 
.mainContainer a:visited, 
.mainContainer a:focus {
    color: #0058ac!important;
}

/* BreadCrumbs e NavBar */

.breadcrumb, .quickAccessBar {
    display: flex;
    align-items: center;
    gap: 0px;
    color: #0058ac;
    padding: 20px 115px 10px 115px;
    border-bottom: 1px solid;
    border-bottom-color: currentcolor;
    border-color: #ececec;
    font-size: 19px;
}

.breadcrumb span, .quickAccessBar span {
    cursor: pointer;
}

.quickAccessBar {
    background-color: #2c74b7;
    padding: 0px 115px 0px 115px;
    margin: 0;
}

.quickAccessBar li {
    list-style: none;
}

.quickAccessBar a:-webkit-any-link, .quickAccessBar a:any-link {
    color: white;
    text-decoration: none;
}

.shotCutAtive, .shortCut:hover {
    background-color: #1668b4!important;
    border-bottom: 3px solid #052e76;
}
.shortCut {
    color: white !important;
    background-color: #2c74b7;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
}

.breadcrumbAlt {
    color: #0058ac;
    padding: 10px 115px 5px 115px;
    border-bottom: 1px solid;
    border-color: #ececec;
    font-size: 19px;
    margin-bottom: 20px;
}

.breadcrumbAlt span{
    cursor: pointer;
}

.breadButton {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 19px;
    color: #0058ac;
    background: none;
    border: none;
    cursor: pointer;
    height: 44px;
    padding: 1px 6px;
    text-decoration: underline;
}

.breadButton:hover {
    opacity: unset;
}

.flex-div-2 .breadButton:last-child {
    text-decoration: none!important;
    cursor: default;
}

nav {
    margin-top: 0;
    /*width: 100%;*/
}

.navBarUL {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.icon-home-1:before {
    font-size: 20px !important;
}

.icon-home-1 {
    text-decoration: none!important;
}

.icon-home-1:before {
    content: '\e8d0';
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 17px;
    width: 100%;
    font-family: "idrylfont_v1";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i[class^="icon-"]:before, [class*=" icon-"] {
    background-image: none !important;
    text-decoration: none!important;
}

.flex-div-2{
    display: flex;
    align-items: center;
    gap: 5px;
}

.icon-cog-1 {
    text-decoration: none;    
}

.icon-cog-1:before {
    content: '\e811';
    text-decoration: none;
}

.config {
    margin-left: auto;
    font-size: 17px;
}

.log-out {
    font-size: 19px;
    float: right;
}

.log-out.icon-exit_export:before {
    font-weight: 900 !important;
    display: inline;
    width: fit-content;
}

@media screen and (max-width: 800px) {
    footer.footer{
        flex-flow: column;
    }
    
    .contactosWrapper {
        flex-direction: column;
    }
}

@media screen and (max-device-width: 600px) {    
    .shortCut {
        display: flex;
        text-align: center;
        align-items: center;
    }
    
    .list-item {
        font-size: 25px;  
    }

    header .header {
        /* margin: 0; */
        justify-content: space-between;
    }
    
    .cpl-logo {
        height: 100px;
    }
    
    .header .lang {
        margin-left: 0;
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    header .header {
        margin: auto 100px auto 30px;
    }
    .breadcrumb {
        padding: 20px 115px 10px 45px;
    }
}